android_app_pre_exec_cmd

Call with the command returned by android_app_read_cmd() to do the initial pre-processing of the given command. You can perform your own actions for the command after calling this function.

version(Android)
void
android_app_pre_exec_cmd
(
android_app* android_app
,
byte cmd
)

Meta